home *** CD-ROM | disk | FTP | other *** search
- # Jedi Knight Missions Cog Script
- #
- # ITEM_HOLOCRON.COG
- #
- # INVENTORY script - Holocron
- # Bin 54
- #
- # [YB] + [RF]
- #
- # (C) 1997 LucasArts Entertainment Co. All Rights Reserved
-
-
- symbols
-
- sound keysound=BactaUse01.WAV
- thing player
-
- message activated
- end
-
- # ========================================================================================
-
- code
-
- activated:
- player = GetSourceRef();
- // "The Holocron"
- jkPrintUNIString(player, 275);
- PlaySoundLocal(keysound, 1.0, 0.0, 0);
-
- Return;
-
- end
-
-
-
-
-